home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / pc / windows / qtw_201 / setup / samples / browser / version.rc < prev   
Encoding:
Text File  |  1994-12-19  |  984 b   |  42 lines

  1.  
  2. // ---------------------------------------------------------------------
  3. //
  4. // version.rc - Common Routines - QuickTime for Windows
  5. //
  6. //              Version 1.0
  7. //
  8. //              (c) Copyright 1988-1994 Apple Computer, Inc. All Rights Reserved.
  9. //
  10. // ---------------------------------------------------------------------
  11.  
  12.  
  13. #ifndef VS_FF_DEBUG
  14.   #include <ver.h>
  15. #endif
  16.  
  17. VS_VERSION_INFO VERSIONINFO
  18. PRODUCTVERSION  2,0,1,41
  19. FILEVERSION  2,0,1,41
  20.  
  21. BEGIN
  22.   BLOCK "StringFileInfo"
  23.   BEGIN
  24.     BLOCK "040904E4"
  25.     BEGIN
  26.       VALUE "CompanyName", "Apple Computer, Inc.\0"
  27.       VALUE "InternalName", "QuickTime\0"
  28.       VALUE "LegalCopyright","(c) Copyright Apple Computer, Inc. 1988-94.  All rights reserved.\0"
  29.       VALUE "ProductName", "QuickTime for Windows\0"
  30.       VALUE "ProductVersion", "2.0.1.41\0"
  31.       VALUE "FileVersion", "2.0.1.41\0"
  32.     END
  33.  
  34.   END
  35.  
  36.   BLOCK "VarFileInfo"
  37.   BEGIN
  38.     VALUE "Translation", 0x409, 1252
  39.   END
  40.  
  41. END
  42.